MAKE$
MAKE$ will create a repeated string from a given string fragment.
ARGUMENTS:
* String = The string to repeat
* Count = The number of times to repeat the string.
RETURNS:
The repeated string fragment
SYNTAX
Return String=MAKE$(String,Count)
RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File
